home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
win
/
general
/
pbcwin.exe
/
PBCWIN.BI
< prev
next >
Wrap
Text File
|
1993-01-22
|
6KB
|
80 lines
Declare Function BinI Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function BinL Lib "pbcwin.dll" (ByVal St$) As Long
Declare Function Bytes2Int Lib "pbcwin.dll" (ByVal Lo%, ByVal Hi%) As Integer
Declare Function Checksum Lib "pbcwin.dll" (ByVal St$, ByVal Bytes%) As Integer
Declare Function ComPorts Lib "pbcwin.dll" () As Integer
Declare Function CRC16 Lib "pbcwin.dll" (ByVal St$, ByVal Bytes%) As Integer
Declare Function DateSq Lib "pbcwin.dll" (ByVal MonthNr%, ByVal DayNr%, ByVal YearNr%) As Integer
Declare Function DayUnsq Lib "pbcwin.dll" (ByVal SqueezedDate%) As Integer
Declare Function Floppies Lib "pbcwin.dll" () As Integer
Declare Function GetComAddr Lib "pbcwin.dll" (ByVal PortNr%) As Integer
Declare Function GetPrtAddr Lib "pbcwin.dll" (ByVal PortNr%) As Integer
Declare Function GetTick Lib "pbcwin.dll" () As Long
Declare Function HiByte Lib "pbcwin.dll" (ByVal Nr%) As Integer
Declare Function HiNybble Lib "pbcwin.dll" (ByVal Nr%) As Integer
Declare Function HiWord Lib "pbcwin.dll" (ByVal Nr&) As Integer
Declare Function HourUnsq Lib "pbcwin.dll" (ByVal SqueezedTime%) As Integer
Declare Function Ints2Long Lib "pbcwin.dll" (ByVal Lo%, ByVal Hi%) As Long
Declare Function IsAlNum Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function IsAlpha Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function IsASCII Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function IsControl Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function IsDigit Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function IsLower Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function IsPunct Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function IsSpace Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function IsUpper Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function IsXDigit Lib "pbcwin.dll" (ByVal St$) As Integer
Declare Function LoByte Lib "pbcwin.dll" (ByVal Nr%) As Integer
Declare Function LoNybble Lib "pbcwin.dll" (ByVal Nr%) As Integer
Declare Function LoWord Lib "pbcwin.dll" (ByVal Nr&) As Integer
Declare Function LRotateI Lib "pbcwin.dll" (ByVal Nr%, ByVal RotateCount%) As Integer
Declare Function LRotateL Lib "pbcwin.dll" (ByVal Nr&, ByVal RotateCount%) As Long
Declare Function LShiftI Lib "pbcwin.dll" (ByVal Nr%, ByVal ShiftCount%) As Integer
Declare Function LShiftL Lib "pbcwin.dll" (ByVal Nr&, ByVal ShiftCount%) As Long
Declare Function MaxD Lib "pbcwin.dll" (ByVal Nr1#, ByVal Nr2#) As Double
Declare Function MaxI Lib "pbcwin.dll" (ByVal Nr1%, ByVal Nr2%) As Integer
Declare Function MaxL Lib "pbcwin.dll" (ByVal Nr1&, ByVal Nr2&) As Long
Declare Function MaxS Lib "pbcwin.dll" (ByVal Nr1!, ByVal Nr2!) As Single
Declare Function MinD Lib "pbcwin.dll" (ByVal Nr1#, ByVal Nr2#) As Double
Declare Function MinI Lib "pbcwin.dll" (ByVal Nr1%, ByVal Nr2%) As Integer
Declare Function MinL Lib "pbcwin.dll" (ByVal Nr1&, ByVal Nr2&) As Long
Declare Function MinS Lib "pbcwin.dll" (ByVal Nr1!, ByVal Nr2!) As Single
Declare Function MinuteUnsq Lib "pbcwin.dll" (ByVal SqueezedTime%) As Integer
Declare Function MonthUnsq Lib "pbcwin.dll" (ByVal SqueezedDate%) As Integer
Declare Function Nybs2Byte Lib "pbcwin.dll" (ByVal Lo%, ByVal Hi%) As Integer
Declare Function Odd Lib "pbcwin.dll" (ByVal Number%) As Integer
Declare Function OddL Lib "pbcwin.dll" (ByVal Number&) As Integer
Declare Function PBCwinVer Lib "pbcwin.dll" () As Integer
Declare Function PeekB Lib "pbcwin.dll" (ByVal Ptr&) As Integer
Declare Function PeekI Lib "pbcwin.dll" (ByVal Ptr&) As Integer
Declare Function PeekL Lib "pbcwin.dll" (ByVal Ptr&) As Long
Declare Sub PokeB Lib "pbcwin.dll" (ByVal Ptr&, ByVal Nr%)
Declare Sub PokeI Lib "pbcwin.dll" (ByVal Ptr&, ByVal Nr%)
Declare Sub PokeL Lib "pbcwin.dll" (ByVal Ptr&, ByVal Nr&)
Declare Function Power2I Lib "pbcwin.dll" (ByVal Nr%) As Integer
Declare Function Power2L Lib "pbcwin.dll" (ByVal Nr%) As Long
Declare Function PrtPorts Lib "pbcwin.dll" () As Integer
Declare Sub PtrMatD Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal InitNr#)
Declare Sub PtrMatI Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal InitNr%)
Declare Sub PtrMatL Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal InitNr&)
Declare Sub PtrMatS Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal InitNr!)
Declare Function RRotateI Lib "pbcwin.dll" (ByVal Nr%, ByVal RotateCount%) As Integer
Declare Function RRotateL Lib "pbcwin.dll" (ByVal Nr&, ByVal RotateCount%) As Long
Declare Function RShiftI Lib "pbcwin.dll" (ByVal Nr%, ByVal ShiftCount%) As Integer
Declare Function RShiftL Lib "pbcwin.dll" (ByVal Nr&, ByVal ShiftCount%) As Long
Declare Function SecondUnsq Lib "pbcwin.dll" (ByVal SqueezedTime%) As Integer
Declare Sub SetMatC Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal Nr@)
Declare Sub SetMatD Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal Nr#)
Declare Sub SetMatI Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal Nr%)
Declare Sub SetMatL Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal Nr&)
Declare Sub SetMatS Lib "pbcwin.dll" (ByVal ArrayPtr&, ByVal Elements%, ByVal Nr!)
Declare Sub SwapC Lib "pbcwin.dll" (Nr1@, Nr2@)
Declare Sub SwapD Lib "pbcwin.dll" (Nr1#, Nr2#)
Declare Sub SwapI Lib "pbcwin.dll" (Nr1%, Nr2%)
Declare Sub SwapL Lib "pbcwin.dll" (Nr1&, Nr2&)
Declare Sub SwapS Lib "pbcwin.dll" (Nr1!, Nr2!)
Declare Function TimeSq Lib "pbcwin.dll" (ByVal HourNr%, ByVal MinuteNr%, ByVal SecondNr%) As Integer
Declare Function VarPtr Lib "pbcwin.dll" (Foo As Any) As Long
Declare Function YearUnsq Lib "pbcwin.dll" (ByVal SqueezedDate%) As Integer